Skip to main content
POST
[F5] Generate Coaching

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
transcript_analysis
string
default:{{transcript_analysis}}
required

The analysis from Analyze Transcript action.

output_variable_name
string
default:coaching_insights
required

Variable name to store coaching insights.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
user_context
string
default:{{followup_context}}

User context from Load Followup Context action.

user_context_data
string
default:{{user.context}}

Raw user.context data as fallback for role inference.

model
enum<string>
default:gpt-5

Model for coaching generation.

Available options:
gpt-5,
gpt-5-mini,
claude-sonnet-4-5,
claude-haiku-4-5,
gpt-4o

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action